Text Box K Directive
Syntax
%K%
Description
The K directive maintains highlighting in a Text Box even when it loses focus.
Example
dim help_text as C
help_text = "This is sample help text to appear in a read-only multi-line text box."
ui_modeless_dlg_box("Read-only Multi-line Text Box",<<%dlg%
{font=Verdana,10};
[%mwrk%.50,5help_text];
;
;
%dlg%,<<%code%
if (a_dlg_button = "OK") then
ui_modeless_dlg_close("Read-only Multi-line Text Box")
end if
%code%)See Also